idempotent - ترجمة إلى فرنسي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

idempotent - ترجمة إلى فرنسي

PROPERTY OF CERTAIN OPERATIONS IN MATHEMATICS AND COMPUTER SCIENCE, THAT CAN BE APPLIED MULTIPLE TIMES WITHOUT CHANGING THE RESULT BEYOND THE INITIAL APPLICATION
Idempotent function; Idempotency; Idempotence (computer science); Idempotent; Idempotent (software); Indempotency; Indempotent; Idempotent element; Idempotent operator; Idempotent map
  • A typical crosswalk button is an example of an idempotent system
  • ''On''/''Off'' buttons of a train's [[destination sign]] control panel. Pressing the ''On'' button (green) is an idempotent operation, since it has the same effect whether done once or multiple times. Likewise, pressing ''Off'' is idempotent.

idempotent      
idempotent, does not change when multiplied by itself, satisfies the equation n x n = n (Mathematics)

تعريف

idempotent
1. A function f : D -> D is idempotent if f (f x) = f x for all x in D. I.e. repeated applications have the same effect as one. This can be extended to functions of more than one argument, e.g. Boolean & has x & x = x. Any value in the image of an idempotent function is a fixed point of the function. 2. This term can be used to describe C header files, which contain common definitions and declarations to be included by several source files. If a header file is ever included twice during the same compilation (perhaps due to nested #include files), compilation errors can result unless the header file has protected itself against multiple inclusion; a header file so protected is said to be idempotent. 3. The term can also be used to describe an initialisation subroutine that is arranged to perform some critical action exactly once, even if the routine is called several times. [Jargon File] (1995-01-11)

ويكيبيديا

Idempotence

Idempotence (UK: , US: ) is the property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application. The concept of idempotence arises in a number of places in abstract algebra (in particular, in the theory of projectors and closure operators) and functional programming (in which it is connected to the property of referential transparency).

The term was introduced by American mathematician Benjamin Peirce in 1870 in the context of elements of algebras that remain invariant when raised to a positive integer power, and literally means "(the quality of having) the same power", from idem + potence (same + power).